Manipulating Memory Addresses
Sometimes you need to modify a memory address before using it. You can strip off a master pointer's flag bits, if any, by calling theStripAddress
function. You can map 24-bit addresses into the 32-bit address space by calling theTranslate24To32
function.
Subtopics
- StripAddress
- Translate24To32